home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / pc / media / dirs / BackUp / Credits.dir / 00009_Script_LoopLoop__.ls < prev    next >
Text File  |  2002-10-11  |  203b  |  18 lines

  1. global zeus
  2. property guard
  3.  
  4. on new me
  5.   guard = 0
  6. end
  7.  
  8. on exitFrame
  9.   if guard = 0 then
  10.     --recorddata(zeus)
  11.     guard = 1
  12.   end if
  13.   sendallsprites (#timercheck)
  14.   go the frame
  15. end
  16.  
  17.  
  18.